home *** CD-ROM | disk | FTP | other *** search
File List | 2000-09-29 | 634 b | 37 lines |
- <!-- //
- if (top.location != self.location) {
- top.location=self.location
- }
- // -->
- ~^
- if (top != self)
- { top.location = location
- }
- ~^
- <!-- Hide script from old browsers
- if (top.location != self.location) {
- top.location = self.location
- }
- // End hiding script from old browsers -->
- ~^
- <!--
- if (top == self) self.location.href = "index.html";
- // -->
- ~^
- <!--
- if (window != window.top)
- top.location.href = location.href;
- // -->
- ~^
- <!-- // this is the code that prevents outside framesets
-
-
- if(top.location != self.location){
-
- top.location = self.location
-
- }
-
-
- //no more code -->
- ~^